git config [--global] user.name Kolpakov Roman 943 B

12345678910111213141516171819202122232425262728
  1. diff.astextplain.textconv=astextplain
  2. filter.lfs.clean=git-lfs clean -- %f
  3. filter.lfs.smudge=git-lfs smudge -- %f
  4. filter.lfs.process=git-lfs filter-process
  5. filter.lfs.required=true
  6. http.sslbackend=openssl
  7. http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
  8. core.autocrlf=true
  9. core.fscache=true
  10. core.symlinks=false
  11. pull.rebase=false
  12. credential.helper=manager-core
  13. credential.https://dev.azure.com.usehttppath=true
  14. init.defaultbranch=master
  15. credential.https://try.gogs.io.provider=generic
  16. user.name=Avsievich_Artyom_rp-09-20-2
  17. user.email=user2@CLASS31013
  18. credential.https://git.kansk-tc.ru.provider=generic
  19. core.repositoryformatversion=0
  20. core.filemode=false
  21. core.bare=false
  22. core.logallrefupdates=true
  23. core.symlinks=false
  24. core.ignorecase=true
  25. remote.origin.url=https://git.kansk-tc.ru/kolpakovr/Kolpakov.git
  26. remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
  27. branch.master.remote=origin
  28. branch.master.merge=refs/heads/master